Cambridge IGCSE Quiz: Ethics and Legal Issues

Context: In today's technology-driven world, understanding ethical and legal responsibilities is crucial. Whether using a school network, developing software, or browsing online content, users must respect data privacy, avoid plagiarism, and comply with copyright laws.

This quiz is designed to assess your knowledge of key areas from the Cambridge IGCSE Computer Science syllabus including the Data Protection Act, Computer Misuse Act, acceptable use policies, environmental impact of computing, and intellectual property rights such as copyright and Creative Commons licensing.

01. SET valid_users TO ["admin", "teacher", "student"] 02. INPUT username 03. IF username IS IN valid_users THEN 04. INPUT password 05. IF password = "pass123" THEN 06. OUTPUT "Access granted" 07. ELSE 08. OUTPUT "Invalid password" 09. ENDIF 10. ELSE OUTPUT "Unknown user"
Question 1 of 10

Results